Add Worclaude to CLI Tools & Utilities#215
Open
sefaertunc wants to merge 1 commit intojqueryscript:mainfrom
Open
Add Worclaude to CLI Tools & Utilities#215sefaertunc wants to merge 1 commit intojqueryscript:mainfrom
sefaertunc wants to merge 1 commit intojqueryscript:mainfrom
Conversation
## What Adds [Worclaude](https://github.com/sefaertunc/Worclaude) (MIT) to the CLI Tools & Utilities section. ## Why No existing entry covers a full-project scaffolding tool for Claude Code. Current entries are individual skills, agents, or commands. Worclaude generates all of them at once, tailored to your project type and tech stack, with a single CLI command. ## What it does - `worclaude init` asks project type (7 options), tech stack (16 languages), and agent categories, then generates a complete `.claude/` directory - 26 agents (6 universal + 20 optional across backend, frontend, DevOps, quality, docs, data/AI) - 18 slash commands covering the full session lifecycle (/start, /review-plan, /verify, /commit-push-pr, /end, and more) - 16 skills with conditional activation via path globs - 8 lifecycle hooks (SessionStart, PostToolUse, PreCompact, Stop, UserPromptSubmit, and more) - Per-stack permissions for 16 tech stacks - Learnings system that captures corrections mid-session and replays them on next /start - `worclaude doctor` validates scaffold integrity with 10+ checks - No runtime dependency — generates static files and exits ## Entry - [worclaude](https://github.com/sefaertunc/Worclaude) - CLI that scaffolds a complete Claude Code workflow (26 agents, 18 commands, 16 skills, 8 hooks) into any project with one command. Tailors output to project type and tech stack. No runtime dependency. npm: https://www.npmjs.com/package/worclaude Docs: https://sefaertunc.github.io/Worclaude 497 tests, MIT licensed.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What
Adds Worclaude (MIT) to the CLI Tools & Utilities section.
Why
No existing entry covers a full-project scaffolding tool for Claude Code. Current entries are individual skills, agents, or commands. Worclaude generates all of them at once, tailored to your project type and tech stack, with a single CLI command.
What it does
worclaude initasks project type (7 options), tech stack (16 languages), and agent categories, then generates a complete.claude/directoryworclaude doctorvalidates scaffold integrity with 10+ checksEntry
npm: https://www.npmjs.com/package/worclaude
Docs: https://sefaertunc.github.io/Worclaude
497 tests, MIT licensed.